Due to 'Rstudio's' status as open source software, we believe it will be utilized frequently for future data analysis by users whom lack formal training or experience with 'R'. The CRD is a complete random design with a one-way analysis of variance without downloading multiple libraries or packages. Users can easily manipulate the data block, n-value, k-value, and factor to optimize analysis for any data set.
Usage
CRandom(r,k,f,n)
Arguments
r
The dataset or source you want to examine
k
The parameter for the model
f
The factor,subject, and/or category that is being examined.
n
The sample size number
Value
Anova analysis of the model with a TukeyHSD with diagnostic plots
Details
This function has a built in model were we create the treatment response with also including the blocking of the data(reponse~treatment). Also gives you diagnostics residual plots, and a TUKEY HSD so you can go past the anova table.